@charset "utf-8";
/*-----------------title_box---------------------*/
.title_box {
    width: 100%;
    height: 90px;
    overflow: hidden;
    /*position: relative;*/
    background: #fff;
}

.title_box_mar {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.title_box_mar .logo_box {
    width: auto;
    height: 88px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    float: left;
}

.title_box_mar .logo_box_img1 {
    width: auto;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.gs_name_box {
    max-width: 800px;
    float: left;
    overflow: hidden;
}

.gs_name_box > img {
    margin-top: 26px;
}

.phone_box {
    float: right;
    width: 260px;
    height: 90px;
    padding-top: 25px;
    overflow: hidden;
}

.phone_box .phone_box_img {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 2px;
}

.phone_box .phone_box_img .iconfont {
    font-size: 38px;
    color: #167ADE;
}

.phone_box .phone_box_text {
    float: left;
}

.phone_box .phone_box_text > div {
    font-size: 15px;
    color: #333333;
    line-height: 1;
    margin: 0;
}

.phone_box .phone_box_text > a {
    font-size: 28px;
    color: #FF4A4A;
    line-height: 1;
}

.en_box {
    float: right;
    margin-top: 32px;
    width: 84px;
    height: 26px;
    line-height: 24px;
}

.en_box_a {
    display: block;
    width: 84px;
    height: 26px;
    font-size: 15px;
    overflow: hidden;
    color: #167ADE;
    border: 1px solid #167ADE;
    text-align: center;
    border-radius: 16px;
}

.en_box_a:hover {
    background: #167ADE;
    color: #fff;

}


/*-----------------首页轮播---------------------*/
.banner_content_item {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner_content_item > a {
    position: absolute;
    top: 50%;
    z-index: 30;
    transform: translateY(-50%);
    display: block;
    width: 46px;
    height: 70px;
    padding-top: 22.5px;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
    text-align: center;
}

.banner_content_item > a.arrow-left {
    left: 60px;
}

.banner_content_item > a.arrow-right {
    right: 60px;
}

.banner_content_item > a .iconfont {
    font-size: 24px;
    color: #FFFFFF;
}
.swiper-slide > a {
    display: block;
    width: 100vw;
    height: auto;
}
.swiper-container{
    height: auto !important;
}
.swiper-wrapper{
    height: auto !important;
}
.swiper-slide {
    height: auto !important;
}
.swiper-slide > a>img{
    display: inline-block;
    width: 100%;
    height: auto;
}
@media (max-width: 840px) {
    .banner_content_item {
        /*height: 20rem;*/
        padding-top: 50px;
    }
    .banner_content_item > a{
        display: none;
    }
    .arrow-left,.arrow-right{
        display: none;
    }
    .swiper-container,.swiper-wrapper{
        width: 100%;
        height: auto;
    }

    .swiper-slide > a{
        background-size:auto 100%;
    }
}

/*-----------------轮播图下方分类---------------------*/
.shops_item_box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 188px;
    background-color: transparent;
}

.shops_item_box ul {
    width: 1200px;
    height: 186px;
    margin: -60px auto 0;
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
}

.shops_li {
    /*flex: 1;*/
    width: 297px;
    height: 138px;
    /*margin-right: 4px;*/
    margin-top: 20px;
    padding-top: 16px;
    background: #167ADE;
    text-align: center;
    overflow: hidden;
}

.shops_li:last-child {
    margin-right: 0;
}

.shops_icon {
    font-size: 60px;
    color: #FFFFFF;
}

.shops_title {
    font-size: 18px;
    color: #FFFFFF;
}

.shops_arrow {
    margin-top: 2px;
    padding: 10px 0;
}

.shops_go {
    color: #509BE6;
    font-size: 20px;
}

.shops_des {
    font-size: 16px;
    color: #fff;
}
.shops_li .shops_item_box_a {
    display: block;
    width: 297px;
    height: 186px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}
.shops_li .shops_item_box_a img{width:auto;display: block;margin:0 auto;height: 56px;margin-bottom:10px;}
@media (min-width: 840px){
    .shops_li:hover {
        margin-top: 0;
        height: 186px;
        box-shadow: 0px 6px 10px 4px rgba(22, 122, 222, 0.1);
    }

    .shops_li:hover .shops_icon {
        color: #167ADE;
    }

    .shops_li:hover .shops_title {
       
    }
}



@media (max-width: 840px) {
    .shops_item_box {
        height: auto;
    }

    .shops_item_box ul {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 12px;
        margin: 0px auto 0;
        flex-wrap: wrap;
    }

    .shops_li {
        /* flex: 1; */
        width: 49%;
        height: 80px;
        /* margin-right: 4px; */
        margin-top: 0px;
        padding-top: 0;
        margin-bottom: 8px;
    }
    .shops_li .shops_item_box_a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 12px;
        position: relative;
        overflow: hidden;
    }
    .shops_icon{
     font-size: 30px;
    }
    .shops_li .shops_item_box_a img{height:30px;}
    .shops_title{
        font-size: 14px;
    }

}

/*------------------首页，公司产品------------*/
.shop_box {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    position: relative;
    overflow: hidden;
}

.title-box {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    color: #333333;
}

.title-h {
    font-size: 28px;
}

.title-gap {
    width: 104px;
    height: 1px;
    margin: 12px auto;
    background: #333333;
    position: relative;
}

.title-gap > span {
    position: absolute;
    left: 37px;
    top: -1px;
    display: block;
    width: 30px;
    height: 3px;
    background: #333333;
}
.products-ul{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products-li{
    position: relative;
    width: 280px;
    height: auto;
    margin-bottom: 30px;
    transition: all ease-out .3s;
}
.products-li-a{
    display: block;
    width: 100%;
   
}
.project_img{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 120%;
    background: #BDDFFF;
    overflow: hidden;



   /* background: -moz-linear-gradient(top, #556DFD, #339BFE);
    background: -webkit-gradient(linear,top,from(#556DFD),to(#339BFE));
    background: -webkit-linear-gradient(top, #556DFD, #339BFE);
    background: -o-linear-gradient(top, #556DFD, #339BFE);*/
}
.project_img>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.project_info {
    width: 100%;
    height: 80px;
    transition: all ease-out .3s;
}
.project_info_text {
    height: 100%;
    width: 100%;
    background: #F5F5F5;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.project_more{
    width: 32px;
    height: 32px;
    border: 1px solid #D0CDCD;
    border-radius: 50%;
    position: absolute;
    left: 237px;
    bottom: 33px;
    text-align: center;
    line-height: 30px;
    color:#A8A4A4 ;
}
.project_more i{
    font-size: 14px;
}
.project_info_text{
    padding-left: 20px;
}
.project_info .title{
    font-size: 16px;
    color: #167ade;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0px;
    padding-top: 20px;
    font-weight: 700;
}
.project_info .subtitle{
    transition: all ease-out .3s;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    color: #666;
    height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    white-space: nowrap;
}


.more-box {
    display: block;
    width: 122px;
    height: 40px;
    margin: 40px auto;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #555555;
    border: 1px solid #555555;
    border-radius: 2px;
}

@media (min-width: 840px){
    .products-li a:hover .project_img_con {
        transform: scale(1.1);
    }
    .products-li:hover{
        box-shadow: 0px 7px 17px #D0CECE;
    }

    .products-li a:hover .project_more {
        background: #167ade;
        color: #ffffff;
        /*bottom: 65px;*/
        border: 1px solid #167ade;
    }
    .more-box:hover {
        color: #fff;
        border: 1px solid #167ade;
        background: #167ade;
    }
}
@media (max-width: 840px){
    .title-box{
        margin-top: 0;
        margin-bottom: 26px;
    }
    .title-h{
        font-size: 18px;
        font-weight: bold;
    }
    .title-p{
        font-size: 14px;
    }
    .title-gap{
        margin: 6px auto;
    }
    .products-ul {
        width: 100%;
        padding: 0 12px;
    }
    .products-li {
        width: 49%;
        height: auto;
        margin-bottom: 12px;
    }
    .project_info{
        height: 68px;
    }
    .project_info_text{
        padding-left: 0;
    }
    .project_info .title{
        text-align: center;
        font-size: 16px;
        padding-top: 8px;
    }
    .project_info .subtitle{
        padding: 0 8px;
        text-align: center;
        font-size: 14px;
        overflow: auto;
        line-height: 1.5;
        white-space: normal;
    }
    .more-box{
        margin: 20px auto;
    }
}

/* -----------------关于上禾-------------------------*/
.swiper-container1 {
    width: 100%;
    height:auto;
    overflow: hidden;
}

.about_box {
    width: 100%;
    height: 566px;
    background: url("../images/about-bj.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.about_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.about_con .title-box {
    text-align: left;
    color: #FFFFFF;
    margin-top: 0;
}

.about_con .title-gap {
    margin: 12px 0;
    background: #FFFFFF;
}

.about_con .title-gap > span {
    background: #FFFFFF;
}

.about_item {
    /*overflow: hidden;*/
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_p {
    float: left;
    width: 610px;
    padding-right: 20px;

}

.about_p > p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 2;
}

.about_p .more-box {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 40px 0;
}

.about_img {
    float: left;
    margin-top: -56px;
    width: 590px;
    height: 380px;
    border: 4px solid #FFFFFF;
    overflow:hidden;
}
.about_img img{
    width: 100%;
    height: auto;
}
.swiper-container1{
    position: relative;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    padding-left: 20px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: transparent;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
@media (max-width: 840px){
    .about_box{
        height: auto;
    }
    .about_con{
       width: 100%;
        padding-top: 30px;
    }
    .about_con .title-box{
        text-align: center;
    }
    .about_item{
        margin-top: 20px;
    }
    .about_con .title-gap{
        margin: 6px auto;
    }
    .about_p{
        width: 100%;
        padding: 0 12px;
    }
    .about_p > p{
        color: rgba(255,255,255,0.8);
        font-size: 14px;
        line-height: 1.75;
    }
    .about_img{
        width: 100%;
        height: auto;
        padding: 12px;
        border: none;
        margin-top: -10px;
    }
    .about_p .more-box {
        margin: 20px auto;
    }
}

/*--------------------------news_box---------------*/
.news_box {
    width: 100%;
    padding: 60px 0 40px;
    background: #f6f6f6;
}

.news_con {
    width: 1200px;
    margin: 0 auto;
}

.news_box .title-box {
    margin-top: 0px;
}

.news_box .more-box {
    margin-bottom: 0;
}

.news-item {
    margin-top: 45px;
}

.news-item-left {
    float: left;
    width: 540px;
    margin-right: 30px;
}

.news-item-left  img {
    width: 100%;
    height: 340px;
}

.news-item-detail {
    position: relative;
    width: 100%;
    padding: 10px 20px;
}

.news-item-title {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: normal;
}

.news-item-p {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item-time {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #999999;
    font-size: 14px;
}

.news-item-rig {
    float: left;
    width: 630px;
}

.news-item-lis {
    padding: 25px 20px;

}


.news-item-num {
    float: left;
    margin-right: 30px;
    width: 90px;
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    color: #333;
    border-right: 1px solid #333;
}

.news-list-detail {
    position: relative;
    float: left;
    width: 562px;
    height: 80px;
}

.news-list-detail .news-item-title {
    width: 470px;
}

.news-list-detail .news-item-time {
    /*top: 2px;*/
    right: 0;
    bottom: 0px;
}

.news-item-go {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.news-item-go .iconfont {
    font-size: 24px;
    color: #FFFFFF;
}
@media (min-width: 840px){

    .news-item-lis:hover {
        background: #167ade;
    }

    .news-item-lis:hover .news-item-num {
        color: #fff;
        border-right: 1px solid #fff;
    }

    .news-item-lis:hover .news-item-title, .news-item-lis:hover .news-item-time {
        color: #fff;
    }

    .news-item-lis:hover .news-item-p {
        color: #a7c4ef;
    }
}
@media (max-width: 840px){
    .news_box {
        padding: 30px 0 20px;
        margin-top: -30px;
    }

    .news_con {
        width: 100%;
        margin: 0 auto;
        padding: 0 12px;
    }
    .news-item{
        margin-top: 0;
    }
    .news-item-left {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .news-item-left  img {
        display: none;
    }

    .news-item-detail {
        padding: 0px 0 16px;
    }
    .news-item-title {
        width: 100%;
        font-size: 14px;
        color: #333333;
        overflow: auto;
        white-space: pre-wrap;
    }

    .news-item-p {
        display: none;
    }

    .news-item-time {
        position: absolute;
        top: 65%;
        right: 0px;
        bottom: 0px;
        color: #999999;
        font-size: 12px;
    }
    .news-item-lis{
        margin-top: 10px;
        padding:10px 0 0;
        border-top: 1px solid #f5f5f5;
    }
    .news-item-rig {
        float: none;
        width: 100%;
    }
    .news-list-detail{
        width: 100%;
        height: auto;
        padding-bottom: 16px;
    }
    .news-list-detail .news-item-title {
        width: 100%;

    }

}

/*合作伙伴*/
.partner{
    width: 100%;
    background: #ffffff;
}
.partner-con{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.partner-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.partner-item{
    display: flex;
    align-items: center;
    width: 20%;
    text-align: center;
}
.partner-item>img{
    max-width: 100%;
    width: 80%;
    height: auto;
}
@media (max-width: 840px){
    .partner-con{
        width: 100%;
    }
    .partner-item{
        width: 50%;
        justify-content: center;
    }
}

